ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Size<T> Structure
Type
Members

In This Topic
    Size<T> Structure
    In This Topic
    Represents the Size.
    Object Model
    Size<T> Structure
    Syntax
    'Declaration
     
    Public Structure Size(Of T As {New, Struct}) 
       Inherits System.ValueType
    public struct Size<T> : System.ValueType 
    where T: new(), struct
    Type Parameters
    T
    Type
    Remarks
    This structure should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.ActiveReports.Layout.Size<T>

    See Also